TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
Gbp-Pq: Name Version_2_7_2pre26
h/mstdint.h:
echo "#include <stdint.h>" | \
$(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \
- grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@
+ grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@
h/mcompdefs.h: h/compdefs.h h/new_decl.h
$(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\
h/mstdint.h:
echo "#include <stdint.h>" | \
$(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \
- grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@
+ grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@
h/mcompdefs.h: h/compdefs.h h/new_decl.h
$(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\
-"Version_2_7_2pre25"
+"Version_2_7_2pre26"